Html Css Color HEX #B754CB Medium Orchid

📋 copy color: '#B754CB'

red 183 ◦ green 84 ◦ blue 203

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

Shades of Medium Orchid #B754CB

Tints of Medium Orchid #B754CB

RGB

 RED value IS 183 (71.88% from 255) = 38.94%

 GREEN value IS 84 (33.2% from 255) = 17.87%

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

R = 38.94%
G = 17.87%
B = 43.19%

CMYK

 C value IS 0.10

 M value IS 0.59

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B754CB (or 0xB754CB) is known color: Medium Orchid. HEX triplet: B7, 54 and CB. RGB value is (183,84,203). Sum of RGB (Red+Green+Blue) = 183+84+203=470 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.94% from 470); Green value is 84 (33.20% from 255 or 17.87% from 470); Blue value is 203 (79.69% from 255 or 43.19% from 470); Max value from RGB is 203 - color contains mainly: blue. Hex color #B754CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B754CB is #48AB34. Grayscale: #7E7E7E. Windows color (decimal): -4762421 or 13325495. OLE color: 13325495.

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

Color convert

RGB 183 84 203 -
CMYK 0.10 0.59 0 0.20
HSL 289.92º 0.53% 0.56% -
HSV(B) 289.92º 0.59% 0.8% -
XYZ 33.48 20.72 58.73 -
YUV 127.17 170.8 167.82 -
System Red Green Blue C M Y K H S L
Decimal 183 84 203 0.10 0.59 0 0.20 289.92 0.53 0.56
Hex B7 54 CB A 3B 0 14 122 35 38
Octal 267 124 313 12 73 0 24 442 65 70
Binary 10110111 1010100 11001011 1010 111011 0 10100 100100010 110101 111000

Color Harmonies of #B754CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B754CB

Black with #B754CB

Text Example


Text Example

White with #B754CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B754CB; }

 p { color: rgb(183,84,203); }

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

background-color css

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

 a { background-color: rgb(183,84,203); }

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

border-color css

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

 span { border-color: rgb(183,84,203); }

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