Html Css Color HEX #B925CA Dark Orchid

📋 copy color: '#B925CA'

red 185 ◦ green 37 ◦ blue 202

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

Shades of Dark Orchid #B925CA

Tints of Dark Orchid #B925CA

RGB

 RED value IS 185 (72.66% from 255) = 43.63%

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

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

R = 43.63%
G = 8.73%
B = 47.64%

CMYK

 C value IS 0.08

 M value IS 0.82

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B925CA (or 0xB925CA) is known color: Dark Orchid. HEX triplet: B9, 25 and CA. RGB value is (185,37,202). Sum of RGB (Red+Green+Blue) = 185+37+202=424 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.63% from 424); Green value is 37 (14.84% from 255 or 8.73% from 424); Blue value is 202 (79.30% from 255 or 47.64% from 424); Max value from RGB is 202 - color contains mainly: blue. Hex color #B925CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B925CA is #46DA35. Grayscale: #636363. Windows color (decimal): -4643382 or 13247929. OLE color: 13247929.

HSL color Cylindrical-coordinate representation of color #B925CA: hue angle of 293.82º 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 #B925CA is Cyan = 0.08, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 185 37 202 -
CMYK 0.08 0.82 0 0.21
HSL 293.82º 0.69% 0.47% -
HSV(B) 293.82º 0.82% 0.79% -
XYZ 31.33 15.9 57.3 -
YUV 100.06 185.53 188.58 -
System Red Green Blue C M Y K H S L
Decimal 185 37 202 0.08 0.82 0 0.21 293.82 0.69 0.47
Hex B9 25 CA 8 52 0 15 126 45 2F
Octal 271 45 312 10 122 0 25 446 105 57
Binary 10111001 100101 11001010 1000 1010010 0 10101 100100110 1000101 101111

Color Harmonies of #B925CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B925CA

Black with #B925CA

Text Example


Text Example

White with #B925CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B925CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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