Html Css Color HEX #B255CB Medium Orchid

📋 copy color: '#B255CB'

red 178 ◦ green 85 ◦ blue 203

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

Shades of Medium Orchid #B255CB

Tints of Medium Orchid #B255CB

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.24%

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

R = 38.2%
G = 18.24%
B = 43.56%

CMYK

 C value IS 0.12

 M value IS 0.58

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B255CB (or 0xB255CB) is known color: Medium Orchid. HEX triplet: B2, 55 and CB. RGB value is (178,85,203). Sum of RGB (Red+Green+Blue) = 178+85+203=466 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.20% from 466); Green value is 85 (33.59% from 255 or 18.24% from 466); Blue value is 203 (79.69% from 255 or 43.56% from 466); Max value from RGB is 203 - color contains mainly: blue. Hex color #B255CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B255CB is #4DAA34. Grayscale: #7D7D7D. Windows color (decimal): -5089845 or 13325746. OLE color: 13325746.

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

Color convert

RGB 178 85 203 -
CMYK 0.12 0.58 0 0.20
HSL 287.29º 0.53% 0.56% -
HSV(B) 287.29º 0.58% 0.8% -
XYZ 32.39 20.27 58.71 -
YUV 126.26 171.31 164.91 -
System Red Green Blue C M Y K H S L
Decimal 178 85 203 0.12 0.58 0 0.20 287.29 0.53 0.56
Hex B2 55 CB C 3A 0 14 11F 35 38
Octal 262 125 313 14 72 0 24 437 65 70
Binary 10110010 1010101 11001011 1100 111010 0 10100 100011111 110101 111000

Color Harmonies of #B255CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B255CB

Black with #B255CB

Text Example


Text Example

White with #B255CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B255CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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