Html Css Color HEX #B254CB Medium Orchid

📋 copy color: '#B254CB'

red 178 ◦ green 84 ◦ blue 203

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

Shades of Medium Orchid #B254CB

Tints of Medium Orchid #B254CB

RGB

 RED value IS 178 (69.92% from 255) = 38.28%

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

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

R = 38.28%
G = 18.06%
B = 43.66%

CMYK

 C value IS 0.12

 M value IS 0.59

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B254CB (or 0xB254CB) is known color: Medium Orchid. HEX triplet: B2, 54 and CB. RGB value is (178,84,203). Sum of RGB (Red+Green+Blue) = 178+84+203=465 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.28% from 465); Green value is 84 (33.20% from 255 or 18.06% from 465); Blue value is 203 (79.69% from 255 or 43.66% from 465); Max value from RGB is 203 - color contains mainly: blue. Hex color #B254CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B254CB is #4DAB34. Grayscale: #7D7D7D. Windows color (decimal): -5090101 or 13325490. OLE color: 13325490.

HSL color Cylindrical-coordinate representation of color #B254CB: hue angle of 287.39º 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 #B254CB is Cyan = 0.12, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 178 84 203 -
CMYK 0.12 0.59 0 0.20
HSL 287.4º 0.53% 0.56% -
HSV(B) 287.4º 0.59% 0.8% -
XYZ 32.31 20.12 58.68 -
YUV 125.67 171.64 165.32 -
System Red Green Blue C M Y K H S L
Decimal 178 84 203 0.12 0.59 0 0.20 287.4 0.53 0.56
Hex B2 54 CB C 3B 0 14 11F 35 38
Octal 262 124 313 14 73 0 24 437 65 70
Binary 10110010 1010100 11001011 1100 111011 0 10100 100011111 110101 111000

Color Harmonies of #B254CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B254CB

Black with #B254CB

Text Example


Text Example

White with #B254CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B254CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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