Html Css Color HEX #B838CB Medium Orchid

📋 copy color: '#B838CB'

red 184 ◦ green 56 ◦ blue 203

#B838CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #B838CB

Tints of Medium Orchid #B838CB

RGB

 RED value IS 184 (72.27% from 255) = 41.53%

 GREEN value IS 56 (22.27% from 255) = 12.64%

 BLUE value IS 203 (79.69% from 255) = 45.82%

R = 41.53%
G = 12.64%
B = 45.82%

CMYK

 C value IS 0.09

 M value IS 0.72

 Y value IS 0

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B838CB (or 0xB838CB) is known color: Medium Orchid. HEX triplet: B8, 38 and CB. RGB value is (184,56,203). Sum of RGB (Red+Green+Blue) = 184+56+203=443 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.53% from 443); Green value is 56 (22.27% from 255 or 12.64% from 443); Blue value is 203 (79.69% from 255 or 45.82% from 443); Max value from RGB is 203 - color contains mainly: blue. Hex color #B838CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B838CB is #47C734. Grayscale: #6E6E6E. Windows color (decimal): -4704053 or 13318328. OLE color: 13318328.

HSL color Cylindrical-coordinate representation of color #B838CB: hue angle of 292.24º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B838CB is Cyan = 0.09, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 184 56 203 -
CMYK 0.09 0.72 0 0.20
HSL 292.24º 0.59% 0.51% -
HSV(B) 292.24º 0.72% 0.8% -
XYZ 31.96 17.33 58.16 -
YUV 111.03 179.91 180.05 -
System Red Green Blue C M Y K H S L
Decimal 184 56 203 0.09 0.72 0 0.20 292.24 0.59 0.51
Hex B8 38 CB 9 48 0 14 124 3B 33
Octal 270 70 313 11 110 0 24 444 73 63
Binary 10111000 111000 11001011 1001 1001000 0 10100 100100100 111011 110011

Color Harmonies of #B838CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B838CB

Black with #B838CB

Text Example


Text Example

White with #B838CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B838CB; }

 p { color: rgb(184,56,203); }

 H1.HeaderClassName
 {
   color: #B838CB;
 }
 .AnyTagClassName
 {
   color: #B838CB;
 }
</style>

background-color css

<style>
 a { background-color: #B838CB; }

 a { background-color: rgb(184,56,203); }

 div.DivClassName
 {
   background-color: #B838CB;
 }
 .BgClassName
 {
   background-color: #B838CB;
 }
</style>

border-color css

<style>
 span { border-color: #B838CB; }

 span { border-color: rgb(184,56,203); }

 td.TdClassName
 {
   border-color: #B838CB;
 }
 .TagClassName
 {
   border-color: #B838CB;
 }
</style>