Html Css Color HEX #B025CA Dark Orchid

📋 copy color: '#B025CA'

red 176 ◦ green 37 ◦ blue 202

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

Shades of Dark Orchid #B025CA

Tints of Dark Orchid #B025CA

RGB

 RED value IS 176 (69.14% from 255) = 42.41%

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

 BLUE value IS 202 (79.3% from 255) = 48.67%

R = 42.41%
G = 8.92%
B = 48.67%

CMYK

 C value IS 0.13

 M value IS 0.82

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B025CA (or 0xB025CA) is known color: Dark Orchid. HEX triplet: B0, 25 and CA. RGB value is (176,37,202). Sum of RGB (Red+Green+Blue) = 176+37+202=415 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.41% from 415); Green value is 37 (14.84% from 255 or 8.92% from 415); Blue value is 202 (79.30% from 255 or 48.67% from 415); Max value from RGB is 202 - color contains mainly: blue. Hex color #B025CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B025CA is #4FDA35. Grayscale: #606060. Windows color (decimal): -5233206 or 13247920. OLE color: 13247920.

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

Color convert

RGB 176 37 202 -
CMYK 0.13 0.82 0 0.21
HSL 290.55º 0.69% 0.47% -
HSV(B) 290.55º 0.82% 0.79% -
XYZ 29.23 14.82 57.2 -
YUV 97.37 187.05 184.08 -
System Red Green Blue C M Y K H S L
Decimal 176 37 202 0.13 0.82 0 0.21 290.55 0.69 0.47
Hex B0 25 CA D 52 0 15 123 45 2F
Octal 260 45 312 15 122 0 25 443 105 57
Binary 10110000 100101 11001010 1101 1010010 0 10101 100100011 1000101 101111

Color Harmonies of #B025CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B025CA

Black with #B025CA

Text Example


Text Example

White with #B025CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B025CA; }

 p { color: rgb(176,37,202); }

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

background-color css

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

 a { background-color: rgb(176,37,202); }

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

border-color css

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

 span { border-color: rgb(176,37,202); }

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