Html Css Color HEX #B225CB Dark Orchid

📋 copy color: '#B225CB'

red 178 ◦ green 37 ◦ blue 203

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

Shades of Dark Orchid #B225CB

Tints of Dark Orchid #B225CB

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.85%

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

R = 42.58%
G = 8.85%
B = 48.56%

CMYK

 C value IS 0.12

 M value IS 0.82

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B225CB (or 0xB225CB) is known color: Dark Orchid. HEX triplet: B2, 25 and CB. RGB value is (178,37,203). Sum of RGB (Red+Green+Blue) = 178+37+203=418 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.58% from 418); Green value is 37 (14.84% from 255 or 8.85% from 418); Blue value is 203 (79.69% from 255 or 48.56% from 418); Max value from RGB is 203 - color contains mainly: blue. Hex color #B225CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B225CB is #4DDA34. Grayscale: #616161. Windows color (decimal): -5102133 or 13313458. OLE color: 13313458.

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

Color convert

RGB 178 37 203 -
CMYK 0.12 0.82 0 0.20
HSL 290.96º 0.69% 0.47% -
HSV(B) 290.96º 0.82% 0.8% -
XYZ 29.8 15.1 57.84 -
YUV 98.08 187.21 185 -
System Red Green Blue C M Y K H S L
Decimal 178 37 203 0.12 0.82 0 0.20 290.96 0.69 0.47
Hex B2 25 CB C 52 0 14 123 45 2F
Octal 262 45 313 14 122 0 24 443 105 57
Binary 10110010 100101 11001011 1100 1010010 0 10100 100100011 1000101 101111

Color Harmonies of #B225CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B225CB

Black with #B225CB

Text Example


Text Example

White with #B225CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B225CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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