Html Css Color HEX #B635CF Dark Orchid

📋 copy color: '#B635CF'

red 182 ◦ green 53 ◦ blue 207

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

Shades of Dark Orchid #B635CF

Tints of Dark Orchid #B635CF

RGB

 RED value IS 182 (71.48% from 255) = 41.18%

 GREEN value IS 53 (21.09% from 255) = 11.99%

 BLUE value IS 207 (81.25% from 255) = 46.83%

R = 41.18%
G = 11.99%
B = 46.83%

CMYK

 C value IS 0.12

 M value IS 0.74

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B635CF (or 0xB635CF) is known color: Dark Orchid. HEX triplet: B6, 35 and CF. RGB value is (182,53,207). Sum of RGB (Red+Green+Blue) = 182+53+207=442 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.18% from 442); Green value is 53 (21.09% from 255 or 11.99% from 442); Blue value is 207 (81.25% from 255 or 46.83% from 442); Max value from RGB is 207 - color contains mainly: blue. Hex color #B635CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B635CF is #49CA30. Grayscale: #6C6C6C. Windows color (decimal): -4835889 or 13579702. OLE color: 13579702.

HSL color Cylindrical-coordinate representation of color #B635CF: hue angle of 290.26º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B635CF is Cyan = 0.12, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 182 53 207 -
CMYK 0.12 0.74 0 0.19
HSL 290.26º 0.62% 0.51% -
HSV(B) 290.26º 0.74% 0.81% -
XYZ 31.83 17 60.63 -
YUV 109.13 183.24 179.98 -
System Red Green Blue C M Y K H S L
Decimal 182 53 207 0.12 0.74 0 0.19 290.26 0.62 0.51
Hex B6 35 CF C 4A 0 13 122 3E 33
Octal 266 65 317 14 112 0 23 442 76 63
Binary 10110110 110101 11001111 1100 1001010 0 10011 100100010 111110 110011

Color Harmonies of #B635CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B635CF

Black with #B635CF

Text Example


Text Example

White with #B635CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B635CF; }

 p { color: rgb(182,53,207); }

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

background-color css

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

 a { background-color: rgb(182,53,207); }

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

border-color css

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

 span { border-color: rgb(182,53,207); }

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