Html Css Color HEX #B74EEA Medium Orchid

📋 copy color: '#B74EEA'

red 183 ◦ green 78 ◦ blue 234

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

Shades of Medium Orchid #B74EEA

Tints of Medium Orchid #B74EEA

RGB

 RED value IS 183 (71.88% from 255) = 36.97%

 GREEN value IS 78 (30.86% from 255) = 15.76%

 BLUE value IS 234 (91.8% from 255) = 47.27%

R = 36.97%
G = 15.76%
B = 47.27%

CMYK

 C value IS 0.22

 M value IS 0.67

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B74EEA (or 0xB74EEA) is known color: Medium Orchid. HEX triplet: B7, 4E and EA. RGB value is (183,78,234). Sum of RGB (Red+Green+Blue) = 183+78+234=495 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.97% from 495); Green value is 78 (30.86% from 255 or 15.76% from 495); Blue value is 234 (91.80% from 255 or 47.27% from 495); Max value from RGB is 234 - color contains mainly: blue. Hex color #B74EEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B74EEA is #48B115. Grayscale: #7E7E7E. Windows color (decimal): -4763926 or 15355575. OLE color: 15355575.

HSL color Cylindrical-coordinate representation of color #B74EEA: hue angle of 280.38º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B74EEA is Cyan = 0.22, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 183 78 234 -
CMYK 0.22 0.67 0 0.08
HSL 280.38º 0.79% 0.61% -
HSV(B) 280.38º 0.67% 0.92% -
XYZ 37.1 21.46 80.03 -
YUV 127.18 188.29 167.82 -
System Red Green Blue C M Y K H S L
Decimal 183 78 234 0.22 0.67 0 0.08 280.38 0.79 0.61
Hex B7 4E EA 16 43 0 8 118 4F 3D
Octal 267 116 352 26 103 0 10 430 117 75
Binary 10110111 1001110 11101010 10110 1000011 0 1000 100011000 1001111 111101

Color Harmonies of #B74EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74EEA

Black with #B74EEA

Text Example


Text Example

White with #B74EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74EEA; }

 p { color: rgb(183,78,234); }

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

background-color css

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

 a { background-color: rgb(183,78,234); }

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

border-color css

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

 span { border-color: rgb(183,78,234); }

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